Adam K Dean

Posts tagged with performance

Save nanoseconds with a quicker Enum.HasFlag

Published 11 March 2013 in archive with tags csharp , bitwise , enum , performance One of the easiest ways to manage security flags is to have an Enum and use bitwise comparisons, however you would expect .NET to make things a bit easier for you, afterall who wants to start littering the code with bitwise expressions? Continue reading …



Newer Page 1 of 1 Older